From: David Reitter Date: Wed, 4 Mar 2009 18:57:30 +0000 (+0000) Subject: (clipboard-yank): avoid checking (x-selection-exists-p) if unbound in X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1416 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=dc06285fe97e003dbae6733b6742e208b2d58acd;p=emacs.git (clipboard-yank): avoid checking (x-selection-exists-p) if unbound in order to enable the item. For paste menu item, same, and check kill-ring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2e64fd0b3ed..a47df2cd1f6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2009-03-04 David Reitter + + * menu-bar.el (clipboard-yank): avoid + checking (x-selection-exists-p) if unbound in order to enable the + item. For paste menu item, same, and check kill-ring. + 2009-03-04 Sam Steingold * progmodes/compile.el (compilation-error-regexp-alist-alist):